GoogleClientSecret

value class GoogleClientSecret(value: String)

A confidential string known only to the application and the authorization server.

This secret and GoogleClientId are used in the OAuth 2.0 flow.

Constructors

Link copied to clipboard
constructor(value: String)